Search results 60

Card image cap
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

Card image cap
DBMySQLVBA API

An API to allow connecting to MySQL database from VBA (or VB6), found it a ...

dbmysqlvbapi.zip

Card image cap
DB Class

Database Class in Classic ASP An old article I found that helps a lot these ...

Card image cap
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...

Card image cap
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image cap
Records Affected by Execute command

Records affected by sql Execute command https://docs.microsoft. ...

Card image cap
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image cap
MySQL DB connection

Connects to MySQL database from Classic ASP All DB variables need to be ...

Card image cap
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image cap
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image cap
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

Card image cap
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.